@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "alph65";
  font-weight: 500;
  src: url("//at.alicdn.com/wf/webfont/jA34YgHgF36q/KaLYVVursr8L.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/jA34YgHgF36q/LPmJ9WcK9yQG.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "alph75";
  font-weight: 600;
  src: url("//at.alicdn.com/wf/webfont/jA34YgHgF36q/rgpqbnsORP5M.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/jA34YgHgF36q/s01ltGFhlBQu.woff") format("woff");
  font-display: swap;
}
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:misanR;
}
body{padding:0px ;margin:0;background:#ffffff;}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{
	font-weight:normal;
 	font-style:normal; 
	padding:0px ;
	margin:0;
	text-decoration:none;
	outline:none;
	-moz-outline:none;
}
a{
	text-decoration: none;
    color: #333;
}

a:focus{outline-style:none; -moz-outline-style: none;}

a:hover{ text-decoration:none;}

p{word-break: normal;word-wrap: break-word; }

img{ border:none;max-width:100%;display: block;}

li{ list-style:none; text-decoration:none;}

input {outline: none;text-decoration:none;-ms-outline:none; }

textarea {outline: none;text-decoration:none;}

select{outline: none;text-decoration:none;}

/*input:focus{ border:1px solid #9c9f58;}*/

select:focus{ border:none;}

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.clearfix {zoom:1;}	

a{text-decoration:none;}

button {

	margin:0;

	padding:0;

	color:inherit;

	font-family:inherit;

	font-size:inherit;

	background:0 0;

	border:none;

	border-radius:none;

	box-shadow:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	appearance:none;

	outline:0;

	cursor:pointer

}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}



.container {
	width:100%;
	
	margin-right:auto;

	margin-left:auto;

	padding:0 7%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.css3, a {
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.ovh{overflow-x:hidden;}
.flex{
	display:flex;
}
.spacea{
	align-items: center;
	justify-content:space-between;
}
.spaceb{
	justify-content:space-between;
}
/*****************loading*****************/
#loader img{
	display:block;
	margin:0 auto;
	max-height: 100vh;
}
.loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
/* loader页面消失采用渐隐的方式*/
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.imgp img{
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}




